[INFO] fetching crate bevy_testing 0.1.2...
[INFO] testing bevy_testing-0.1.2 against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] extracting crate bevy_testing 0.1.2 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate bevy_testing 0.1.2
[INFO] finished tweaking crates.io crate bevy_testing 0.1.2
[INFO] tweaked toml for crates.io crate bevy_testing 0.1.2 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate bevy_testing 0.1.2 on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 156 packages to latest compatible versions
[INFO] [stderr]       Adding bevy v0.14.2 (available: v0.18.1)
[INFO] [stderr]       Adding colored v2.2.0 (available: v3.1.1)
[INFO] [stderr]       Adding sealed v0.5.0 (available: v0.6.0)
[INFO] [stderr]       Adding toml v0.8.23 (available: v1.1.2+spec-1.1.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b839561821694e378a98e5eed6bdd25d701aebde9bbbd4ab3f75b343f2f28435
[INFO] running `Command { std: "docker" "start" "-a" "b839561821694e378a98e5eed6bdd25d701aebde9bbbd4ab3f75b343f2f28435", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b839561821694e378a98e5eed6bdd25d701aebde9bbbd4ab3f75b343f2f28435", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b839561821694e378a98e5eed6bdd25d701aebde9bbbd4ab3f75b343f2f28435", kill_on_drop: false }`
[INFO] [stdout] b839561821694e378a98e5eed6bdd25d701aebde9bbbd4ab3f75b343f2f28435
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 51c7111fd4da2e588adda84e53332c25c04f67a0a4563bd06bb4a39fcc62a45b
[INFO] running `Command { std: "docker" "start" "-a" "51c7111fd4da2e588adda84e53332c25c04f67a0a4563bd06bb4a39fcc62a45b", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling erased-serde v0.4.10
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling bevy_utils_proc_macros v0.14.2
[INFO] [stderr]    Compiling bytemuck v1.25.0
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling web-time v1.1.0
[INFO] [stderr]    Compiling bevy_ptr v0.14.2
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stderr]    Compiling async-task v4.7.1
[INFO] [stderr]    Compiling downcast-rs v1.2.1
[INFO] [stderr]    Compiling smol_str v0.2.2
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling nonmax v0.5.5
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling accesskit v0.14.0
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling const-fnv1a-hash v1.1.0
[INFO] [stderr]    Compiling raw-window-handle v0.6.2
[INFO] [stderr]    Compiling sealed v0.5.0
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling async-executor v1.14.0
[INFO] [stderr]    Compiling bevy_tasks v0.14.2
[INFO] [stderr]    Compiling uuid v1.23.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling glam v0.27.0
[INFO] [stderr]    Compiling bevy_utils v0.14.2
[INFO] [stderr]    Compiling bevy_macro_utils v0.14.2
[INFO] [stderr]    Compiling bevy_reflect_derive v0.14.2
[INFO] [stderr]    Compiling bevy_ecs_macros v0.14.2
[INFO] [stderr]    Compiling bevy_derive v0.14.2
[INFO] [stderr]    Compiling bevy_reflect v0.14.2
[INFO] [stderr]    Compiling bevy_ecs v0.14.2
[INFO] [stderr]    Compiling bevy_math v0.14.2
[INFO] [stderr]    Compiling bevy_app v0.14.2
[INFO] [stderr]    Compiling bevy_core v0.14.2
[INFO] [stderr]    Compiling bevy_a11y v0.14.2
[INFO] [stderr]    Compiling bevy_time v0.14.2
[INFO] [stderr]    Compiling bevy_input v0.14.2
[INFO] [stderr]    Compiling bevy_log v0.14.2
[INFO] [stderr]    Compiling bevy_window v0.14.2
[INFO] [stderr]    Compiling bevy_hierarchy v0.14.2
[INFO] [stderr]    Compiling bevy_diagnostic v0.14.2
[INFO] [stderr]    Compiling bevy_transform v0.14.2
[INFO] [stderr]    Compiling bevy_internal v0.14.2
[INFO] [stderr]    Compiling bevy v0.14.2
[INFO] [stderr]    Compiling bevy_testing v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `Countdown` is never constructed
[INFO] [stdout]    --> src/lib.rs:642:16
[INFO] [stdout]     |
[INFO] [stdout] 642 |     pub struct Countdown(pub u32);
[INFO] [stdout]     |                ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CountdownPlugin` is never constructed
[INFO] [stdout]    --> src/lib.rs:644:16
[INFO] [stdout]     |
[INFO] [stdout] 644 |     pub struct CountdownPlugin;
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `countdown_sys` is never used
[INFO] [stdout]    --> src/lib.rs:652:8
[INFO] [stdout]     |
[INFO] [stdout] 652 |     fn countdown_sys(mut query: Query<&mut Countdown>) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:123:20
[INFO] [stdout]     |
[INFO] [stdout] 123 |     fn spawn_empty(&mut self) -> EntityWorldMut;
[INFO] [stdout]     |                    ^^^^^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 123 |     fn spawn_empty(&mut self) -> EntityWorldMut<'_>;
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:185:25
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn spawn<B: Bundle>(&mut self, bundle: B) -> EntityWorldMut;
[INFO] [stdout]     |                         ^^^^^^^^^                ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn spawn<B: Bundle>(&mut self, bundle: B) -> EntityWorldMut<'_>;
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:237:15
[INFO] [stdout]     |
[INFO] [stdout] 237 |     fn entity(&self, entity: Entity) -> EntityRef;
[INFO] [stdout]     |               ^^^^^                     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 237 |     fn entity(&self, entity: Entity) -> EntityRef<'_>;
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:263:19
[INFO] [stdout]     |
[INFO] [stdout] 263 |     fn entity_mut(&mut self, entity: Entity) -> EntityWorldMut;
[INFO] [stdout]     |                   ^^^^^^^^^                     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 263 |     fn entity_mut(&mut self, entity: Entity) -> EntityWorldMut<'_>;
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:288:19
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn get_entity(&self, entity: Entity) -> Option<EntityRef>;
[INFO] [stdout]     |                   ^^^^^                            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn get_entity(&self, entity: Entity) -> Option<EntityRef<'_>>;
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:312:23
[INFO] [stdout]     |
[INFO] [stdout] 312 |     fn get_entity_mut(&mut self, entity: Entity) -> Option<EntityWorldMut>;
[INFO] [stdout]     |                       ^^^^^^^^^                            ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 312 |     fn get_entity_mut(&mut self, entity: Entity) -> Option<EntityWorldMut<'_>>;
[INFO] [stdout]     |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:507:20
[INFO] [stdout]     |
[INFO] [stdout] 507 |     fn spawn_empty(&mut self) -> EntityWorldMut {
[INFO] [stdout]     |                    ^^^^^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 507 |     fn spawn_empty(&mut self) -> EntityWorldMut<'_> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:511:25
[INFO] [stdout]     |
[INFO] [stdout] 511 |     fn spawn<B: Bundle>(&mut self, bundle: B) -> EntityWorldMut {
[INFO] [stdout]     |                         ^^^^^^^^^                ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 511 |     fn spawn<B: Bundle>(&mut self, bundle: B) -> EntityWorldMut<'_> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:523:15
[INFO] [stdout]     |
[INFO] [stdout] 523 |     fn entity(&self, entity: Entity) -> EntityRef {
[INFO] [stdout]     |               ^^^^^                     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 523 |     fn entity(&self, entity: Entity) -> EntityRef<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:527:19
[INFO] [stdout]     |
[INFO] [stdout] 527 |     fn entity_mut(&mut self, entity: Entity) -> EntityWorldMut {
[INFO] [stdout]     |                   ^^^^^^^^^                     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 527 |     fn entity_mut(&mut self, entity: Entity) -> EntityWorldMut<'_> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:531:19
[INFO] [stdout]     |
[INFO] [stdout] 531 |     fn get_entity(&self, entity: Entity) -> Option<EntityRef> {
[INFO] [stdout]     |                   ^^^^^                            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 531 |     fn get_entity(&self, entity: Entity) -> Option<EntityRef<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:535:23
[INFO] [stdout]     |
[INFO] [stdout] 535 |     fn get_entity_mut(&mut self, entity: Entity) -> Option<EntityWorldMut> {
[INFO] [stdout]     |                       ^^^^^^^^^                            ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 535 |     fn get_entity_mut(&mut self, entity: Entity) -> Option<EntityWorldMut<'_>> {
[INFO] [stdout]     |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.44s
[INFO] running `Command { std: "docker" "inspect" "51c7111fd4da2e588adda84e53332c25c04f67a0a4563bd06bb4a39fcc62a45b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51c7111fd4da2e588adda84e53332c25c04f67a0a4563bd06bb4a39fcc62a45b", kill_on_drop: false }`
[INFO] [stdout] 51c7111fd4da2e588adda84e53332c25c04f67a0a4563bd06bb4a39fcc62a45b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 82f6479694a16c8cff3001ebfda2a28a7296810651a188155607b393facccbfa
[INFO] running `Command { std: "docker" "start" "-a" "82f6479694a16c8cff3001ebfda2a28a7296810651a188155607b393facccbfa", kill_on_drop: false }`
[INFO] [stdout] warning: struct `Countdown` is never constructed
[INFO] [stdout]    --> src/lib.rs:642:16
[INFO] [stdout]     |
[INFO] [stdout] 642 |     pub struct Countdown(pub u32);
[INFO] [stdout]     |                ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CountdownPlugin` is never constructed
[INFO] [stdout]    --> src/lib.rs:644:16
[INFO] [stdout]     |
[INFO] [stdout] 644 |     pub struct CountdownPlugin;
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `countdown_sys` is never used
[INFO] [stdout]    --> src/lib.rs:652:8
[INFO] [stdout]     |
[INFO] [stdout] 652 |     fn countdown_sys(mut query: Query<&mut Countdown>) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:123:20
[INFO] [stdout]     |
[INFO] [stdout] 123 |     fn spawn_empty(&mut self) -> EntityWorldMut;
[INFO] [stdout]     |                    ^^^^^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 123 |     fn spawn_empty(&mut self) -> EntityWorldMut<'_>;
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:185:25
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn spawn<B: Bundle>(&mut self, bundle: B) -> EntityWorldMut;
[INFO] [stdout]     |                         ^^^^^^^^^                ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn spawn<B: Bundle>(&mut self, bundle: B) -> EntityWorldMut<'_>;
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:237:15
[INFO] [stdout]     |
[INFO] [stdout] 237 |     fn entity(&self, entity: Entity) -> EntityRef;
[INFO] [stdout]     |               ^^^^^                     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 237 |     fn entity(&self, entity: Entity) -> EntityRef<'_>;
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:263:19
[INFO] [stdout]     |
[INFO] [stdout] 263 |     fn entity_mut(&mut self, entity: Entity) -> EntityWorldMut;
[INFO] [stdout]     |                   ^^^^^^^^^                     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 263 |     fn entity_mut(&mut self, entity: Entity) -> EntityWorldMut<'_>;
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:288:19
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn get_entity(&self, entity: Entity) -> Option<EntityRef>;
[INFO] [stdout]     |                   ^^^^^                            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn get_entity(&self, entity: Entity) -> Option<EntityRef<'_>>;
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:312:23
[INFO] [stdout]     |
[INFO] [stdout] 312 |     fn get_entity_mut(&mut self, entity: Entity) -> Option<EntityWorldMut>;
[INFO] [stdout]     |                       ^^^^^^^^^                            ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 312 |     fn get_entity_mut(&mut self, entity: Entity) -> Option<EntityWorldMut<'_>>;
[INFO] [stdout]     |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:507:20
[INFO] [stdout]     |
[INFO] [stdout] 507 |     fn spawn_empty(&mut self) -> EntityWorldMut {
[INFO] [stdout]     |                    ^^^^^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 507 |     fn spawn_empty(&mut self) -> EntityWorldMut<'_> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling bevy_testing v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:511:25
[INFO] [stdout]     |
[INFO] [stdout] 511 |     fn spawn<B: Bundle>(&mut self, bundle: B) -> EntityWorldMut {
[INFO] [stdout]     |                         ^^^^^^^^^                ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 511 |     fn spawn<B: Bundle>(&mut self, bundle: B) -> EntityWorldMut<'_> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:523:15
[INFO] [stdout]     |
[INFO] [stdout] 523 |     fn entity(&self, entity: Entity) -> EntityRef {
[INFO] [stdout]     |               ^^^^^                     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 523 |     fn entity(&self, entity: Entity) -> EntityRef<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:527:19
[INFO] [stdout]     |
[INFO] [stdout] 527 |     fn entity_mut(&mut self, entity: Entity) -> EntityWorldMut {
[INFO] [stdout]     |                   ^^^^^^^^^                     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 527 |     fn entity_mut(&mut self, entity: Entity) -> EntityWorldMut<'_> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:531:19
[INFO] [stdout]     |
[INFO] [stdout] 531 |     fn get_entity(&self, entity: Entity) -> Option<EntityRef> {
[INFO] [stdout]     |                   ^^^^^                            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 531 |     fn get_entity(&self, entity: Entity) -> Option<EntityRef<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:535:23
[INFO] [stdout]     |
[INFO] [stdout] 535 |     fn get_entity_mut(&mut self, entity: Entity) -> Option<EntityWorldMut> {
[INFO] [stdout]     |                       ^^^^^^^^^                            ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 535 |     fn get_entity_mut(&mut self, entity: Entity) -> Option<EntityWorldMut<'_>> {
[INFO] [stdout]     |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Countdown` is never constructed
[INFO] [stdout]    --> src/lib.rs:642:16
[INFO] [stdout]     |
[INFO] [stdout] 642 |     pub struct Countdown(pub u32);
[INFO] [stdout]     |                ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CountdownPlugin` is never constructed
[INFO] [stdout]    --> src/lib.rs:644:16
[INFO] [stdout]     |
[INFO] [stdout] 644 |     pub struct CountdownPlugin;
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `countdown_sys` is never used
[INFO] [stdout]    --> src/lib.rs:652:8
[INFO] [stdout]     |
[INFO] [stdout] 652 |     fn countdown_sys(mut query: Query<&mut Countdown>) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:123:20
[INFO] [stdout]     |
[INFO] [stdout] 123 |     fn spawn_empty(&mut self) -> EntityWorldMut;
[INFO] [stdout]     |                    ^^^^^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 123 |     fn spawn_empty(&mut self) -> EntityWorldMut<'_>;
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:185:25
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn spawn<B: Bundle>(&mut self, bundle: B) -> EntityWorldMut;
[INFO] [stdout]     |                         ^^^^^^^^^                ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn spawn<B: Bundle>(&mut self, bundle: B) -> EntityWorldMut<'_>;
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:237:15
[INFO] [stdout]     |
[INFO] [stdout] 237 |     fn entity(&self, entity: Entity) -> EntityRef;
[INFO] [stdout]     |               ^^^^^                     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 237 |     fn entity(&self, entity: Entity) -> EntityRef<'_>;
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:263:19
[INFO] [stdout]     |
[INFO] [stdout] 263 |     fn entity_mut(&mut self, entity: Entity) -> EntityWorldMut;
[INFO] [stdout]     |                   ^^^^^^^^^                     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 263 |     fn entity_mut(&mut self, entity: Entity) -> EntityWorldMut<'_>;
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:288:19
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn get_entity(&self, entity: Entity) -> Option<EntityRef>;
[INFO] [stdout]     |                   ^^^^^                            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn get_entity(&self, entity: Entity) -> Option<EntityRef<'_>>;
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:312:23
[INFO] [stdout]     |
[INFO] [stdout] 312 |     fn get_entity_mut(&mut self, entity: Entity) -> Option<EntityWorldMut>;
[INFO] [stdout]     |                       ^^^^^^^^^                            ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 312 |     fn get_entity_mut(&mut self, entity: Entity) -> Option<EntityWorldMut<'_>>;
[INFO] [stdout]     |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:507:20
[INFO] [stdout]     |
[INFO] [stdout] 507 |     fn spawn_empty(&mut self) -> EntityWorldMut {
[INFO] [stdout]     |                    ^^^^^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 507 |     fn spawn_empty(&mut self) -> EntityWorldMut<'_> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:511:25
[INFO] [stdout]     |
[INFO] [stdout] 511 |     fn spawn<B: Bundle>(&mut self, bundle: B) -> EntityWorldMut {
[INFO] [stdout]     |                         ^^^^^^^^^                ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 511 |     fn spawn<B: Bundle>(&mut self, bundle: B) -> EntityWorldMut<'_> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:523:15
[INFO] [stdout]     |
[INFO] [stdout] 523 |     fn entity(&self, entity: Entity) -> EntityRef {
[INFO] [stdout]     |               ^^^^^                     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 523 |     fn entity(&self, entity: Entity) -> EntityRef<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:527:19
[INFO] [stdout]     |
[INFO] [stdout] 527 |     fn entity_mut(&mut self, entity: Entity) -> EntityWorldMut {
[INFO] [stdout]     |                   ^^^^^^^^^                     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 527 |     fn entity_mut(&mut self, entity: Entity) -> EntityWorldMut<'_> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:531:19
[INFO] [stdout]     |
[INFO] [stdout] 531 |     fn get_entity(&self, entity: Entity) -> Option<EntityRef> {
[INFO] [stdout]     |                   ^^^^^                            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 531 |     fn get_entity(&self, entity: Entity) -> Option<EntityRef<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:535:23
[INFO] [stdout]     |
[INFO] [stdout] 535 |     fn get_entity_mut(&mut self, entity: Entity) -> Option<EntityWorldMut> {
[INFO] [stdout]     |                       ^^^^^^^^^                            ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 535 |     fn get_entity_mut(&mut self, entity: Entity) -> Option<EntityWorldMut<'_>> {
[INFO] [stdout]     |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.93s
[INFO] running `Command { std: "docker" "inspect" "82f6479694a16c8cff3001ebfda2a28a7296810651a188155607b393facccbfa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "82f6479694a16c8cff3001ebfda2a28a7296810651a188155607b393facccbfa", kill_on_drop: false }`
[INFO] [stdout] 82f6479694a16c8cff3001ebfda2a28a7296810651a188155607b393facccbfa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 202a18947ea3454219d0e4b17e21b17ec76ac2d84db3d8f22bc5e37560893e8e
[INFO] running `Command { std: "docker" "start" "-a" "202a18947ea3454219d0e4b17e21b17ec76ac2d84db3d8f22bc5e37560893e8e", kill_on_drop: false }`
[INFO] [stderr] warning: struct `Countdown` is never constructed
[INFO] [stderr]    --> src/lib.rs:642:16
[INFO] [stderr]     |
[INFO] [stderr] 642 |     pub struct Countdown(pub u32);
[INFO] [stderr]     |                ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `CountdownPlugin` is never constructed
[INFO] [stderr]    --> src/lib.rs:644:16
[INFO] [stderr]     |
[INFO] [stderr] 644 |     pub struct CountdownPlugin;
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `countdown_sys` is never used
[INFO] [stderr]    --> src/lib.rs:652:8
[INFO] [stderr]     |
[INFO] [stderr] 652 |     fn countdown_sys(mut query: Query<&mut Countdown>) {
[INFO] [stderr]     |        ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:123:20
[INFO] [stderr]     |
[INFO] [stderr] 123 |     fn spawn_empty(&mut self) -> EntityWorldMut;
[INFO] [stderr]     |                    ^^^^^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 123 |     fn spawn_empty(&mut self) -> EntityWorldMut<'_>;
[INFO] [stderr]     |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:185:25
[INFO] [stderr]     |
[INFO] [stderr] 185 |     fn spawn<B: Bundle>(&mut self, bundle: B) -> EntityWorldMut;
[INFO] [stderr]     |                         ^^^^^^^^^                ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                         |
[INFO] [stderr]     |                         the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 185 |     fn spawn<B: Bundle>(&mut self, bundle: B) -> EntityWorldMut<'_>;
[INFO] [stderr]     |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:237:15
[INFO] [stderr]     |
[INFO] [stderr] 237 |     fn entity(&self, entity: Entity) -> EntityRef;
[INFO] [stderr]     |               ^^^^^                     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |               |
[INFO] [stderr]     |               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 237 |     fn entity(&self, entity: Entity) -> EntityRef<'_>;
[INFO] [stderr]     |                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:263:19
[INFO] [stderr]     |
[INFO] [stderr] 263 |     fn entity_mut(&mut self, entity: Entity) -> EntityWorldMut;
[INFO] [stderr]     |                   ^^^^^^^^^                     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 263 |     fn entity_mut(&mut self, entity: Entity) -> EntityWorldMut<'_>;
[INFO] [stderr]     |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:288:19
[INFO] [stderr]     |
[INFO] [stderr] 288 |     fn get_entity(&self, entity: Entity) -> Option<EntityRef>;
[INFO] [stderr]     |                   ^^^^^                            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 288 |     fn get_entity(&self, entity: Entity) -> Option<EntityRef<'_>>;
[INFO] [stderr]     |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:312:23
[INFO] [stderr]     |
[INFO] [stderr] 312 |     fn get_entity_mut(&mut self, entity: Entity) -> Option<EntityWorldMut>;
[INFO] [stderr]     |                       ^^^^^^^^^                            ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 312 |     fn get_entity_mut(&mut self, entity: Entity) -> Option<EntityWorldMut<'_>>;
[INFO] [stderr]     |                                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:507:20
[INFO] [stderr]     |
[INFO] [stderr] 507 |     fn spawn_empty(&mut self) -> EntityWorldMut {
[INFO] [stderr]     |                    ^^^^^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 507 |     fn spawn_empty(&mut self) -> EntityWorldMut<'_> {
[INFO] [stderr]     |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:511:25
[INFO] [stderr]     |
[INFO] [stderr] 511 |     fn spawn<B: Bundle>(&mut self, bundle: B) -> EntityWorldMut {
[INFO] [stderr]     |                         ^^^^^^^^^                ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                         |
[INFO] [stderr]     |                         the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 511 |     fn spawn<B: Bundle>(&mut self, bundle: B) -> EntityWorldMut<'_> {
[INFO] [stderr]     |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:523:15
[INFO] [stderr]     |
[INFO] [stderr] 523 |     fn entity(&self, entity: Entity) -> EntityRef {
[INFO] [stderr]     |               ^^^^^                     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |               |
[INFO] [stderr]     |               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 523 |     fn entity(&self, entity: Entity) -> EntityRef<'_> {
[INFO] [stderr]     |                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:527:19
[INFO] [stderr]     |
[INFO] [stderr] 527 |     fn entity_mut(&mut self, entity: Entity) -> EntityWorldMut {
[INFO] [stderr]     |                   ^^^^^^^^^                     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 527 |     fn entity_mut(&mut self, entity: Entity) -> EntityWorldMut<'_> {
[INFO] [stderr]     |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:531:19
[INFO] [stderr]     |
[INFO] [stderr] 531 |     fn get_entity(&self, entity: Entity) -> Option<EntityRef> {
[INFO] [stderr]     |                   ^^^^^                            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 531 |     fn get_entity(&self, entity: Entity) -> Option<EntityRef<'_>> {
[INFO] [stderr]     |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:535:23
[INFO] [stderr]     |
[INFO] [stderr] 535 |     fn get_entity_mut(&mut self, entity: Entity) -> Option<EntityWorldMut> {
[INFO] [stderr]     |                       ^^^^^^^^^                            ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 535 |     fn get_entity_mut(&mut self, entity: Entity) -> Option<EntityWorldMut<'_>> {
[INFO] [stderr]     |                                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `bevy_testing` (lib) generated 15 warnings (run `cargo fix --lib -p bevy_testing` to apply 12 suggestions)
[INFO] [stderr] warning: `bevy_testing` (lib test) generated 15 warnings (15 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.92s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bevy_testing-97a7c56acafb67b5)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests bevy_testing
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test src/lib.rs - TestApp::update_once (line 431) ... FAILED
[INFO] [stdout] test src/query.rs - query::AssertQuery<'w,D>::all (line 319) ... FAILED
[INFO] [stdout] test src/query.rs - query::AssertQuery<'w,D>::any (line 371) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 8) has been running for over 60 seconds
[INFO] [stdout] test src/lib.rs - TestApp::component (line 320) has been running for over 60 seconds
[INFO] [stdout] test src/lib.rs - TestApp::entity (line 220) has been running for over 60 seconds
[INFO] [stdout] test src/lib.rs - TestApp::entity_mut (line 243) has been running for over 60 seconds
[INFO] [stdout] test src/lib.rs - TestApp::get_component (line 344) has been running for over 60 seconds
[INFO] [stdout] test src/lib.rs - TestApp::get_entity (line 271) has been running for over 60 seconds
[INFO] [stdout] test src/lib.rs - TestApp::get_entity_mut (line 294) has been running for over 60 seconds
[INFO] [stdout] test src/lib.rs - TestApp::query (line 370) has been running for over 60 seconds
[INFO] [stdout] test src/lib.rs - TestApp::query_filtered (line 400) has been running for over 60 seconds
[INFO] [stdout] test src/lib.rs - TestApp::spawn (line 129) has been running for over 60 seconds
[INFO] [stdout] test src/lib.rs - TestApp::spawn_batch (line 193) has been running for over 60 seconds
[INFO] [stdout] test src/lib.rs - TestApp::spawn_empty (line 101) has been running for over 60 seconds
[INFO] [stdout] test src/lib.rs - TestApp::update_n_times (line 470) has been running for over 60 seconds
[INFO] [stdout] test src/query.rs - query::AssertQuery (line 12) has been running for over 60 seconds
[INFO] [stdout] test src/query.rs - query::AssertQuery (line 12) ... FAILED
[INFO] [stdout] test src/query.rs - query::AssertQuery<'w,D>::has_any (line 260) ... FAILED
[INFO] [stdout] test src/lib.rs - TestApp::update_n_times (line 470) ... FAILED
[INFO] [stdout] test src/lib.rs - TestApp::query (line 370) ... FAILED
[INFO] [stdout] test src/lib.rs - TestApp::spawn_batch (line 193) ... ok
[INFO] [stdout] test src/lib.rs - TestApp::get_component (line 344) ... ok
[INFO] [stdout] test src/lib.rs - TestApp::spawn (line 129) ... ok
[INFO] [stdout] test src/lib.rs - TestApp::component (line 320) ... ok
[INFO] [stdout] test src/lib.rs - TestApp::query_filtered (line 400) ... ok
[INFO] [stdout] test src/query.rs - query::AssertQuery<'w,D>::has_all (line 209) ... ok
[INFO] [stdout] test src/query.rs - query::AssertQuery<'w,D>::length (line 423) ... ok
[INFO] [stdout] test src/query.rs - query::AssertQuery<'w,D>::matches (line 77) ... ok
[INFO] [stdout] test src/query.rs - query::AssertQuery<'w,D>::has (line 161) ... ok
[INFO] [stdout] test src/lib.rs - (line 8) ... ok
[INFO] [stdout] test src/lib.rs - TestApp::spawn_empty (line 101) ... ok
[INFO] [stdout] test src/query.rs - query::AssertQuery<'w,D>::not (line 47) ... ok
[INFO] [stdout] test src/lib.rs - TestApp::entity_mut (line 243) ... ok
[INFO] [stdout] test src/lib.rs - TestApp::get_entity_mut (line 294) ... ok
[INFO] [stdout] test src/lib.rs - TestApp::entity (line 220) ... ok
[INFO] [stdout] test src/lib.rs - TestApp::get_entity (line 271) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - TestApp::update_once (line 431) stdout ----
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustdoctestL0R9Mm/rustcfLDMdM/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libbevy_testing-ffcb3ae95665e3b5,libcolored-cc6ba8b546e9b785,libbevy-d01c467c1aa926ba,libbevy_internal-a1fa44bb2b3314f3,libbevy_window-28f959d10ace6ea8,libraw_window_handle-b05a882fa4276bbe,libbevy_transform-f27d96f20605b4fa,libbevy_log-9e7c18a3517ba2fd,libtracing_subscriber-7f83d09cf9139aee,libsharded_slab-ed54e7407fbec608,liblazy_static-b3603208c0de2608,libmatchers-ef4c9bd47c5ada38,libregex_automata-fb2782a634cc6631,libregex_syntax-a63d3184608fb335,libnu_ansi_term-397b1770c3b67a2d,libtracing_log-0dc48f6106d0ddd6,liblog-2f8d14372945d8a5,libbevy_input-7a02b1ee16f8ff08,libbevy_math-ce1651078222786a,libbevy_hierarchy-a0bbe4d553725286,libbevy_diagnostic-1ea5747a466403f2,libbevy_time-901d9db8cb71c99c,libcrossbeam_channel-4816b269e0e9ffd5,libconst_fnv1a_hash-4692cede0e548cae,libbevy_core-6aa1f0f0e3aba82b,libbevy_a11y-ecbe071bb4ccd154,libaccesskit-7a9b28040312e721,libbevy_app-84ab91c513f7513c,libbevy_ecs-31ad57c08d39d9bb,libbitflags-11e8b74d0d47e640,libnonmax-37232f8d688c456b,libpetgraph-10ab6765b75d8b89,libindexmap-ecd4a5aab9251009,libequivalent-7e0e8cbe6c474a67,libhashbrown-2ec5c5ce1d663dec,libfixedbitset-3c4adce085318424,libbevy_tasks-5bf45bf00c4bbf40,libasync_executor-86f247b405cdc61e,libslab-e253d0c0a7952806,libconcurrent_queue-bff647653fb4c5a2,libcrossbeam_utils-0a46ed2e1921bda3,libasync_task-65820d26b839a505,libfutures_lite-eafcc16f0dcb27bf,libfutures_io-61a3721ad1bcbdb7,libfutures_core-1278866f332d8725,libparking-49fcf10303d3525f,libfastrand-8bf93aced4b4285e,libfixedbitset-755aabd81925e587,libbevy_reflect-86e2615a087e8c18,libsmol_str-d07b016f75ec6c4a,liberased_serde-160e834f9e9aa189,libtypeid-2c68275377135f0a,libsmallvec-520cd16a56b48fe1,libglam-5a187f1d5cc5688c,librand-f5104c324c2ed093,librand_core-c54043c94fc66c1c,libbytemuck-225736d622151e28,libdowncast_rs-af2d5a07fb165ed2,libthiserror-784d8b1c115bc0a2,libbevy_utils-c1ddf72308b69bc2,libweb_time-c447c8b725da1947,libtracing-b8349aca7e955e61,libpin_project_lite-8a799ba8b4537fa2,libtracing_core-386c043fb93aac37,libhashbrown-dc0d7b4b0fc4e60e,libserde-ed088287ae04d3e9,libserde_core-365391bf3dd30696,liballocator_api2-3bc2480ae44878f3,libahash-c942a1df64a33072,libgetrandom-aafd55989871e845,liblibc-ab301ff61216ab83,libonce_cell-028ded5f5e4e9236,libzerocopy-faaeb69d656e27e8,libthread_local-930fa34297cc73a9,libcfg_if-5af52f617df93f8f,libbevy_ptr-95dc9102735fa11d}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lc" "-lm" "-lrt" "-lpthread" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustdoctestL0R9Mm/rustcfLDMdM/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestL0R9Mm/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/query.rs - query::AssertQuery<'w,D>::all (line 319) stdout ----
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustdoctestlYHRI6/rustcBVdFo5/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libbevy_testing-ffcb3ae95665e3b5,libcolored-cc6ba8b546e9b785,libbevy-d01c467c1aa926ba,libbevy_internal-a1fa44bb2b3314f3,libbevy_window-28f959d10ace6ea8,libraw_window_handle-b05a882fa4276bbe,libbevy_transform-f27d96f20605b4fa,libbevy_log-9e7c18a3517ba2fd,libtracing_subscriber-7f83d09cf9139aee,libsharded_slab-ed54e7407fbec608,liblazy_static-b3603208c0de2608,libmatchers-ef4c9bd47c5ada38,libregex_automata-fb2782a634cc6631,libregex_syntax-a63d3184608fb335,libnu_ansi_term-397b1770c3b67a2d,libtracing_log-0dc48f6106d0ddd6,liblog-2f8d14372945d8a5,libbevy_input-7a02b1ee16f8ff08,libbevy_math-ce1651078222786a,libbevy_hierarchy-a0bbe4d553725286,libbevy_diagnostic-1ea5747a466403f2,libbevy_time-901d9db8cb71c99c,libcrossbeam_channel-4816b269e0e9ffd5,libconst_fnv1a_hash-4692cede0e548cae,libbevy_core-6aa1f0f0e3aba82b,libbevy_a11y-ecbe071bb4ccd154,libaccesskit-7a9b28040312e721,libbevy_app-84ab91c513f7513c,libbevy_ecs-31ad57c08d39d9bb,libbitflags-11e8b74d0d47e640,libnonmax-37232f8d688c456b,libpetgraph-10ab6765b75d8b89,libindexmap-ecd4a5aab9251009,libequivalent-7e0e8cbe6c474a67,libhashbrown-2ec5c5ce1d663dec,libfixedbitset-3c4adce085318424,libbevy_tasks-5bf45bf00c4bbf40,libasync_executor-86f247b405cdc61e,libslab-e253d0c0a7952806,libconcurrent_queue-bff647653fb4c5a2,libcrossbeam_utils-0a46ed2e1921bda3,libasync_task-65820d26b839a505,libfutures_lite-eafcc16f0dcb27bf,libfutures_io-61a3721ad1bcbdb7,libfutures_core-1278866f332d8725,libparking-49fcf10303d3525f,libfastrand-8bf93aced4b4285e,libfixedbitset-755aabd81925e587,libbevy_reflect-86e2615a087e8c18,libsmol_str-d07b016f75ec6c4a,liberased_serde-160e834f9e9aa189,libtypeid-2c68275377135f0a,libsmallvec-520cd16a56b48fe1,libglam-5a187f1d5cc5688c,librand-f5104c324c2ed093,librand_core-c54043c94fc66c1c,libbytemuck-225736d622151e28,libdowncast_rs-af2d5a07fb165ed2,libthiserror-784d8b1c115bc0a2,libbevy_utils-c1ddf72308b69bc2,libweb_time-c447c8b725da1947,libtracing-b8349aca7e955e61,libpin_project_lite-8a799ba8b4537fa2,libtracing_core-386c043fb93aac37,libhashbrown-dc0d7b4b0fc4e60e,libserde-ed088287ae04d3e9,libserde_core-365391bf3dd30696,liballocator_api2-3bc2480ae44878f3,libahash-c942a1df64a33072,libgetrandom-aafd55989871e845,liblibc-ab301ff61216ab83,libonce_cell-028ded5f5e4e9236,libzerocopy-faaeb69d656e27e8,libthread_local-930fa34297cc73a9,libcfg_if-5af52f617df93f8f,libbevy_ptr-95dc9102735fa11d}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lc" "-lm" "-lrt" "-lpthread" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustdoctestlYHRI6/rustcBVdFo5/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestlYHRI6/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/query.rs - query::AssertQuery<'w,D>::any (line 371) stdout ----
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/query.rs - query::AssertQuery (line 12) stdout ----
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustdoctestFzcVWY/rustc6eGkSk/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libbevy_testing-ffcb3ae95665e3b5,libcolored-cc6ba8b546e9b785,libbevy-d01c467c1aa926ba,libbevy_internal-a1fa44bb2b3314f3,libbevy_window-28f959d10ace6ea8,libraw_window_handle-b05a882fa4276bbe,libbevy_transform-f27d96f20605b4fa,libbevy_log-9e7c18a3517ba2fd,libtracing_subscriber-7f83d09cf9139aee,libsharded_slab-ed54e7407fbec608,liblazy_static-b3603208c0de2608,libmatchers-ef4c9bd47c5ada38,libregex_automata-fb2782a634cc6631,libregex_syntax-a63d3184608fb335,libnu_ansi_term-397b1770c3b67a2d,libtracing_log-0dc48f6106d0ddd6,liblog-2f8d14372945d8a5,libbevy_input-7a02b1ee16f8ff08,libbevy_math-ce1651078222786a,libbevy_hierarchy-a0bbe4d553725286,libbevy_diagnostic-1ea5747a466403f2,libbevy_time-901d9db8cb71c99c,libcrossbeam_channel-4816b269e0e9ffd5,libconst_fnv1a_hash-4692cede0e548cae,libbevy_core-6aa1f0f0e3aba82b,libbevy_a11y-ecbe071bb4ccd154,libaccesskit-7a9b28040312e721,libbevy_app-84ab91c513f7513c,libbevy_ecs-31ad57c08d39d9bb,libbitflags-11e8b74d0d47e640,libnonmax-37232f8d688c456b,libpetgraph-10ab6765b75d8b89,libindexmap-ecd4a5aab9251009,libequivalent-7e0e8cbe6c474a67,libhashbrown-2ec5c5ce1d663dec,libfixedbitset-3c4adce085318424,libbevy_tasks-5bf45bf00c4bbf40,libasync_executor-86f247b405cdc61e,libslab-e253d0c0a7952806,libconcurrent_queue-bff647653fb4c5a2,libcrossbeam_utils-0a46ed2e1921bda3,libasync_task-65820d26b839a505,libfutures_lite-eafcc16f0dcb27bf,libfutures_io-61a3721ad1bcbdb7,libfutures_core-1278866f332d8725,libparking-49fcf10303d3525f,libfastrand-8bf93aced4b4285e,libfixedbitset-755aabd81925e587,libbevy_reflect-86e2615a087e8c18,libsmol_str-d07b016f75ec6c4a,liberased_serde-160e834f9e9aa189,libtypeid-2c68275377135f0a,libsmallvec-520cd16a56b48fe1,libglam-5a187f1d5cc5688c,librand-f5104c324c2ed093,librand_core-c54043c94fc66c1c,libbytemuck-225736d622151e28,libdowncast_rs-af2d5a07fb165ed2,libthiserror-784d8b1c115bc0a2,libbevy_utils-c1ddf72308b69bc2,libweb_time-c447c8b725da1947,libtracing-b8349aca7e955e61,libpin_project_lite-8a799ba8b4537fa2,libtracing_core-386c043fb93aac37,libhashbrown-dc0d7b4b0fc4e60e,libserde-ed088287ae04d3e9,libserde_core-365391bf3dd30696,liballocator_api2-3bc2480ae44878f3,libahash-c942a1df64a33072,libgetrandom-aafd55989871e845,liblibc-ab301ff61216ab83,libonce_cell-028ded5f5e4e9236,libzerocopy-faaeb69d656e27e8,libthread_local-930fa34297cc73a9,libcfg_if-5af52f617df93f8f,libbevy_ptr-95dc9102735fa11d}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lc" "-lm" "-lrt" "-lpthread" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustdoctestFzcVWY/rustc6eGkSk/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestFzcVWY/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/query.rs - query::AssertQuery<'w,D>::has_any (line 260) stdout ----
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - TestApp::update_n_times (line 470) stdout ----
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustdoctestzjKTmN/rustcL9t9P9/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libbevy_testing-ffcb3ae95665e3b5,libcolored-cc6ba8b546e9b785,libbevy-d01c467c1aa926ba,libbevy_internal-a1fa44bb2b3314f3,libbevy_window-28f959d10ace6ea8,libraw_window_handle-b05a882fa4276bbe,libbevy_transform-f27d96f20605b4fa,libbevy_log-9e7c18a3517ba2fd,libtracing_subscriber-7f83d09cf9139aee,libsharded_slab-ed54e7407fbec608,liblazy_static-b3603208c0de2608,libmatchers-ef4c9bd47c5ada38,libregex_automata-fb2782a634cc6631,libregex_syntax-a63d3184608fb335,libnu_ansi_term-397b1770c3b67a2d,libtracing_log-0dc48f6106d0ddd6,liblog-2f8d14372945d8a5,libbevy_input-7a02b1ee16f8ff08,libbevy_math-ce1651078222786a,libbevy_hierarchy-a0bbe4d553725286,libbevy_diagnostic-1ea5747a466403f2,libbevy_time-901d9db8cb71c99c,libcrossbeam_channel-4816b269e0e9ffd5,libconst_fnv1a_hash-4692cede0e548cae,libbevy_core-6aa1f0f0e3aba82b,libbevy_a11y-ecbe071bb4ccd154,libaccesskit-7a9b28040312e721,libbevy_app-84ab91c513f7513c,libbevy_ecs-31ad57c08d39d9bb,libbitflags-11e8b74d0d47e640,libnonmax-37232f8d688c456b,libpetgraph-10ab6765b75d8b89,libindexmap-ecd4a5aab9251009,libequivalent-7e0e8cbe6c474a67,libhashbrown-2ec5c5ce1d663dec,libfixedbitset-3c4adce085318424,libbevy_tasks-5bf45bf00c4bbf40,libasync_executor-86f247b405cdc61e,libslab-e253d0c0a7952806,libconcurrent_queue-bff647653fb4c5a2,libcrossbeam_utils-0a46ed2e1921bda3,libasync_task-65820d26b839a505,libfutures_lite-eafcc16f0dcb27bf,libfutures_io-61a3721ad1bcbdb7,libfutures_core-1278866f332d8725,libparking-49fcf10303d3525f,libfastrand-8bf93aced4b4285e,libfixedbitset-755aabd81925e587,libbevy_reflect-86e2615a087e8c18,libsmol_str-d07b016f75ec6c4a,liberased_serde-160e834f9e9aa189,libtypeid-2c68275377135f0a,libsmallvec-520cd16a56b48fe1,libglam-5a187f1d5cc5688c,librand-f5104c324c2ed093,librand_core-c54043c94fc66c1c,libbytemuck-225736d622151e28,libdowncast_rs-af2d5a07fb165ed2,libthiserror-784d8b1c115bc0a2,libbevy_utils-c1ddf72308b69bc2,libweb_time-c447c8b725da1947,libtracing-b8349aca7e955e61,libpin_project_lite-8a799ba8b4537fa2,libtracing_core-386c043fb93aac37,libhashbrown-dc0d7b4b0fc4e60e,libserde-ed088287ae04d3e9,libserde_core-365391bf3dd30696,liballocator_api2-3bc2480ae44878f3,libahash-c942a1df64a33072,libgetrandom-aafd55989871e845,liblibc-ab301ff61216ab83,libonce_cell-028ded5f5e4e9236,libzerocopy-faaeb69d656e27e8,libthread_local-930fa34297cc73a9,libcfg_if-5af52f617df93f8f,libbevy_ptr-95dc9102735fa11d}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lc" "-lm" "-lrt" "-lpthread" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustdoctestzjKTmN/rustcL9t9P9/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestzjKTmN/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - TestApp::query (line 370) stdout ----
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustdoctest3QgoKL/rustc438qep/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libbevy_testing-ffcb3ae95665e3b5,libcolored-cc6ba8b546e9b785,libbevy-d01c467c1aa926ba,libbevy_internal-a1fa44bb2b3314f3,libbevy_window-28f959d10ace6ea8,libraw_window_handle-b05a882fa4276bbe,libbevy_transform-f27d96f20605b4fa,libbevy_log-9e7c18a3517ba2fd,libtracing_subscriber-7f83d09cf9139aee,libsharded_slab-ed54e7407fbec608,liblazy_static-b3603208c0de2608,libmatchers-ef4c9bd47c5ada38,libregex_automata-fb2782a634cc6631,libregex_syntax-a63d3184608fb335,libnu_ansi_term-397b1770c3b67a2d,libtracing_log-0dc48f6106d0ddd6,liblog-2f8d14372945d8a5,libbevy_input-7a02b1ee16f8ff08,libbevy_math-ce1651078222786a,libbevy_hierarchy-a0bbe4d553725286,libbevy_diagnostic-1ea5747a466403f2,libbevy_time-901d9db8cb71c99c,libcrossbeam_channel-4816b269e0e9ffd5,libconst_fnv1a_hash-4692cede0e548cae,libbevy_core-6aa1f0f0e3aba82b,libbevy_a11y-ecbe071bb4ccd154,libaccesskit-7a9b28040312e721,libbevy_app-84ab91c513f7513c,libbevy_ecs-31ad57c08d39d9bb,libbitflags-11e8b74d0d47e640,libnonmax-37232f8d688c456b,libpetgraph-10ab6765b75d8b89,libindexmap-ecd4a5aab9251009,libequivalent-7e0e8cbe6c474a67,libhashbrown-2ec5c5ce1d663dec,libfixedbitset-3c4adce085318424,libbevy_tasks-5bf45bf00c4bbf40,libasync_executor-86f247b405cdc61e,libslab-e253d0c0a7952806,libconcurrent_queue-bff647653fb4c5a2,libcrossbeam_utils-0a46ed2e1921bda3,libasync_task-65820d26b839a505,libfutures_lite-eafcc16f0dcb27bf,libfutures_io-61a3721ad1bcbdb7,libfutures_core-1278866f332d8725,libparking-49fcf10303d3525f,libfastrand-8bf93aced4b4285e,libfixedbitset-755aabd81925e587,libbevy_reflect-86e2615a087e8c18,libsmol_str-d07b016f75ec6c4a,liberased_serde-160e834f9e9aa189,libtypeid-2c68275377135f0a,libsmallvec-520cd16a56b48fe1,libglam-5a187f1d5cc5688c,librand-f5104c324c2ed093,librand_core-c54043c94fc66c1c,libbytemuck-225736d622151e28,libdowncast_rs-af2d5a07fb165ed2,libthiserror-784d8b1c115bc0a2,libbevy_utils-c1ddf72308b69bc2,libweb_time-c447c8b725da1947,libtracing-b8349aca7e955e61,libpin_project_lite-8a799ba8b4537fa2,libtracing_core-386c043fb93aac37,libhashbrown-dc0d7b4b0fc4e60e,libserde-ed088287ae04d3e9,libserde_core-365391bf3dd30696,liballocator_api2-3bc2480ae44878f3,libahash-c942a1df64a33072,libgetrandom-aafd55989871e845,liblibc-ab301ff61216ab83,libonce_cell-028ded5f5e4e9236,libzerocopy-faaeb69d656e27e8,libthread_local-930fa34297cc73a9,libcfg_if-5af52f617df93f8f,libbevy_ptr-95dc9102735fa11d}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lc" "-lm" "-lrt" "-lpthread" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustdoctest3QgoKL/rustc438qep/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctest3QgoKL/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - TestApp::query (line 370)
[INFO] [stdout]     src/lib.rs - TestApp::update_n_times (line 470)
[INFO] [stdout]     src/lib.rs - TestApp::update_once (line 431)
[INFO] [stdout]     src/query.rs - query::AssertQuery (line 12)
[INFO] [stdout]     src/query.rs - query::AssertQuery<'w,D>::all (line 319)
[INFO] [stdout]     src/query.rs - query::AssertQuery<'w,D>::any (line 371)
[INFO] [stdout]     src/query.rs - query::AssertQuery<'w,D>::has_any (line 260)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 16 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out; finished in 98.58s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "202a18947ea3454219d0e4b17e21b17ec76ac2d84db3d8f22bc5e37560893e8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "202a18947ea3454219d0e4b17e21b17ec76ac2d84db3d8f22bc5e37560893e8e", kill_on_drop: false }`
[INFO] [stdout] 202a18947ea3454219d0e4b17e21b17ec76ac2d84db3d8f22bc5e37560893e8e
